projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e29ad34
)
(get_system_name): Declared.
author
Karl Heuer
<kwzh@gnu.org>
Wed, 2 Feb 1994 06:31:26 +0000
(06:31 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 2 Feb 1994 06:31:26 +0000
(06:31 +0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index 4a26edc894c90985497007256c4704e2ef9dc213..9d7d8fa8facf2930a388f545b53314f42ab4af52 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-1379,3
+1379,5
@@
extern void xfree ();
extern char *egetenv ();
+/* Return the name of the machine we're running on. */
+extern char *get_system_name ();